String.classPrototype.length
- Instance of
- Return value
-
/*Number*/
Description
Returns the number of bytes in string.
Example
console.write("abc".length());
Expected output
3
/*Number*/
Returns the number of bytes in string.
console.write("abc".length());
Expected output
3